home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb-4.5 / dist / libiberty / ChangeLog < prev    next >
Encoding:
Text File  |  1992-04-02  |  9.6 KB  |  281 lines

  1. Wed Apr  1 23:31:43 1992  John Gilmore  (gnu at cygnus.com)
  2.  
  3.     * argv.c, dummy.c:  Lint.
  4.  
  5. Tue Mar 31 18:46:44 1992  Fred Fish  (fnf@cygnus.com)
  6.  
  7.     * config/mh-sysv4:  New config file.
  8.     * configure.in (host_makefile_frag):  Set to config/mh-sysv4 for
  9.     host_os == sysv4.
  10.     * getpagesize.c:  For SVR4, use sysconf(_SC_PAGESIZE) to get
  11.     pagesize.
  12.  
  13. Sun Mar 29 12:26:42 1992  John Gilmore  (gnu at cygnus.com)
  14.  
  15.     * getopt.c:  Lint.
  16.  
  17. Fri Mar 27 08:32:55 1992  Fred Fish  (fnf@cygnus.com)
  18.  
  19.     * functions.def (alloca):  Fix return type and args to avoid
  20.     type clash with gcc's builtin alloca.
  21.  
  22. Tue Mar 24 23:33:42 1992  K. Richard Pixley  (rich@cygnus.com)
  23.  
  24.     * configure.in, config/mh-irix4: irix4 support.
  25.  
  26.     * Makefile.in, functions.def, alloca.c: added alloca.
  27.  
  28. Tue Mar 24 17:34:46 1992  Stu Grossman  (grossman at cygnus.com)
  29.  
  30.     * obstack.c (CALL_FREEFUN):  Make it compile on DECstations.
  31.  
  32. Thu Mar 19 13:57:42 1992  Fred Fish  (fnf@cygnus.com)
  33.  
  34.     * argv.c:  Fix various external function definitions to be
  35.     correct in an ANSI compilation environment.
  36.  
  37. Sat Mar 14 17:28:17 1992  Fred Fish  (fnf@cygnus.com)
  38.  
  39.     * obstack.c:  Changes to support calling mmalloc functions,
  40.     which take an additional argument over malloc functions.
  41.  
  42. Fri Mar  6 22:01:10 1992  K. Richard Pixley  (rich@cygnus.com)
  43.  
  44.     * added check target.
  45.  
  46. Thu Feb 27 22:19:39 1992  Per Bothner  (bothner@cygnus.com)
  47.  
  48.     * argv.c:  #include alloca-conf.h (needed by AIX).
  49.  
  50. Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
  51.  
  52.     * Makefile.in, configure.in: removed traces of namesubdir,
  53.       -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
  54.       copyrights to '92, changed some from Cygnus to FSF.
  55.  
  56. Sat Feb 22 01:09:21 1992  Stu Grossman  (grossman at cygnus.com)
  57.  
  58.     * argv.c:  Check in Fred's version which fixes problems with
  59.     alloca().
  60.  
  61. Fri Feb  7 21:46:08 1992  Stu Grossman  (grossman at cygnus.com)
  62.  
  63.     * makefile.dos:  Remove NUL to keep patch from failing.
  64.  
  65. Thu Jan 30 22:48:41 1992  Stu Grossman  (grossman at cygnus.com)
  66.  
  67.     * getopt.c (_getopt_internal):  Fix usage of enum has_arg.
  68.  
  69. Mon Jan 20 18:53:23 1992  Stu Grossman  (grossman at cygnus.com)
  70.  
  71.      * getopt.c, getopt1.c, ../include/getopt.h:  Get latest versions.
  72.  
  73. Sat Jan 18 16:53:01 1992  Fred Fish  (fnf at cygnus.com)
  74.  
  75.     * argv.c:  New file to build and destroy standard argument
  76.     vectors from a command string.
  77.  
  78.     * Makefile.in:  Add argv.c and argv.o to appropriate macros.
  79.  
  80. Fri Dec 20 12:12:57 1991  Fred Fish  (fnf at cygnus.com)
  81.  
  82.     * configure.in:  Change svr4 references to sysv4.
  83.  
  84.     * rindex.c:  Declare return type of externally used function
  85.     strrchr().
  86.  
  87. Thu Dec 19 18:35:03 1991  John Gilmore  (gnu at cygnus.com)
  88.  
  89.     * Makefile.in:  Remove "***" in normal output, since Make produces
  90.     this on errors, and it's convenient to search for.
  91.  
  92. Tue Dec 17 23:21:30 1991  Per Bothner  (bothner at cygnus.com)
  93.  
  94.     * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
  95.     New ANSI functions.  The old non-ANSI functions (such as bcopy)
  96.     should be avoided.
  97.     * bcopy.c:  Fix to correctly handle overlapping regions.
  98.     * index.c, rindex.c:  Re-write in terms of strchr() and strrchr().
  99.     * functions.def:  Add the new functions.
  100.     * functions.def:  Add 4th parameter to DEF macro,
  101.     an ansidecl.h-style prototype.
  102.     * dummy.c:  Use expanded DEF macro to create a dummy function
  103.     call, with correct parameter types.  (This avoids some
  104.     complaints from gcc about predefined builtins.)
  105.  
  106.     Move the functionality of config/mh-default into Makefile.in.
  107.     This avoid duplication, and simplifies things slightly.
  108.     * Makefile.in:  Tweak so we don't need config/mh-default.
  109.     * README:  Update.
  110.     * configure.in:  No longer need config/mh-default.
  111.     * config/mh-default:  Deleted.
  112.     * config/mh-sysv:  Remove lines copied from old mh-default.
  113.  
  114. Tue Dec 17 05:46:46 1991  John Gilmore  (gnu at cygnus.com)
  115.  
  116.     * fdmatch.c (fdmatch):  Don't compare st_rdev, which is for
  117.     'mknod' device numbers.
  118.  
  119. Mon Dec 16 12:25:34 1991  Fred Fish  (fnf at cygnus.com)
  120.  
  121.     * fdmatch.c, Makefile.in:  Add new function that takes two
  122.     open file descriptors and returns nonzero if they refer to
  123.     the same file, zero otherwise.  (used in gdb)
  124.  
  125. Wed Dec 11 17:40:39 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
  126.     From DJ:
  127.     * msdos.c: stub functions for dos.
  128.     * makefile.dos, configdj.bat: new.
  129.     * getopt.c: Don't include alloca-conf.h in a GO32 world.
  130.     
  131.  
  132. Tue Dec 10 04:14:49 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  133.  
  134.     * Makefile.in: infodir belongs in datadir.
  135.  
  136. Fri Dec  6 23:26:45 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  137.  
  138.     * Makefile.in: remove spaces following hyphens because bsd make
  139.       can't cope.  added standards.text support.  install using
  140.       INSTALL_DATA.
  141.  
  142.     * configure.in: remove commontargets as it is no longer a
  143.       recognized hook.
  144.  
  145. Thu Dec  5 22:46:46 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  146.  
  147.     * Makefile.in: idestdir and ddestdir go away.  Added copyrights
  148.       and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
  149.       and mandir now keyed off datadir by default.
  150.  
  151. Fri Nov 22 19:15:29 1991  John Gilmore  (gnu at cygnus.com)
  152.  
  153.     * Makefile.in:  find-needed.awk does not fit in 14 chars.
  154.  
  155.     * Makefile.in:  Suppress error checking when compiling the test
  156.     program, because Ultrix make/sh aborts there due to a bug.
  157.  
  158. Fri Nov 22 12:23:17 1991  Per Bothner  (bothner at cygnus.com)
  159.  
  160.     * Makefile.in:  Re-did how EXTRA_OFILES is used to be more useful.
  161.     * README:  Explained how the auto-configuration works,
  162.     and how to add new files and/or configurations.
  163.  
  164. Fri Nov 22 09:45:23 1991  John Gilmore  (gnu at cygnus.com)
  165.  
  166.     * strtoul.c:  Avoid defining ULONG_MAX if already defined;
  167.     cast a const char * to char * for pedants.
  168.  
  169.     * getopt.c:  Only define "const" after local include files get to,
  170.     and only if they haven't defined it.
  171.  
  172. Thu Nov 21 16:58:53 1991  John Gilmore  (gnu at cygnus.com)
  173.  
  174.     * getcwd.c (remove getwd.c): GNU code should call getcwd().  We
  175.     emulate it with getwd() if available.  This avoids callers having
  176.     to find a MAXPATHLEN or PATH_MAX value from somewhere.
  177.     * Makefile.in, functions.def:  getwd->getcwd.
  178.     * configure.in:  Use generic case for every system.
  179.     * config/mh-{delta88,mach,rs6000,svr4}:  Remove.
  180.     * config/mh-sysv:  Use default handling, just add -DUSG.
  181.  
  182. Thu Nov 14 10:58:05 1991  Per Bothner  (bothner at cygnus.com)
  183.  
  184.     * Makefile.in, config/mh-default: Re-do make magic
  185.     so that for the default ("automatic") mode we only
  186.     compile the files we actually need.  Do this using
  187.     a recursive make:  The top-level generates the list
  188.     of needed files (loosely, the ones missing in libc),
  189.     and then passes that list to the recursive make.
  190.     * config/mh-mach:  Remove obsolete STRERROR-{C,O} macros.
  191.  
  192. Tue Nov 12 19:10:57 1991  John Gilmore  (gnu at cygnus.com)
  193.  
  194.     RS/6000 host support (grumble).
  195.  
  196.     * configure.in:  Build alloca-conf.h file from alloca-norm.h
  197.     (everything else) or alloca-botch.h (rs/6000).
  198.     * Makefile.in:  Include . on the include path.
  199.     * getopt.c:  Use alloca-conf.h.
  200.     * alloca-norm.h:  How to declare alloca on reasonable machines.
  201.     * alloca-botch.h: How to declare alloca on braindead machines.
  202.  
  203. Tue Nov 12 09:21:48 1991  Fred Fish  (fnf at cygnus.com)
  204.  
  205.     * concat.c :  New file, like concat() in gdb but can take a
  206.     variable number of arguments rather than fixed at 3 args.  For
  207.     now, client applications must supply an xmalloc(), which is a
  208.     front end function to malloc() that deals with out-of-memory
  209.     conditions.
  210.  
  211.     * Makefile.in:  Add concat.c and concat.o to appropriate macros.
  212.  
  213. Sat Nov  9 13:29:59 1991  Fred Fish  (fnf at cygnus.com)
  214.  
  215.     * config/mh-svr4:  Add sigsetmask to list of required functions.
  216.  
  217. Sun Nov  3 11:57:56 1991  Per Bothner  (bothner at cygnus.com)
  218.  
  219.     * vsprintf.c:  New file.
  220.     * functions.def, Makefile.in:  Add vsprintf.
  221.  
  222. Sun Oct 27 16:31:22 1991  John Gilmore  (gnu at cygnus.com)
  223.  
  224.     * configure.in, config/mh-rs6000:  Add rs/6000 host support.
  225.     * Makefile.in:  Compile with debug info.
  226.  
  227. Fri Oct 25 17:01:12 1991  Per Bothner  (bothner at cygnus.com)
  228.  
  229.     * Makefile.in, configure.in, and new files: dummy.c, functions.def,
  230.     config/mf-default:  Added a default configuration mode,
  231.     which includes into libiberty.a functions that are "missing" in libc.
  232.     * strdup.c, vprintf.c, vfprintf.c: New files.
  233.  
  234. Thu Oct 24 02:29:26 1991  Fred Fish  (fnf at cygnus.com)
  235.  
  236.     * config/hmake-svr4: New file.
  237.  
  238.     * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
  239.  
  240.     * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
  241.     index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
  242.     files containing either portable C versions or emulations using
  243.     native library calls.
  244.  
  245.     * strerror.c:  Add copyright, internal documentation, etc.
  246.  
  247.     * strtol.c:  Replace hardwired hex constants with some more
  248.     portable macros.  Remove illegal (according to gcc) cast.
  249.  
  250.     * strtoul.c: Replace hardwired hex constant with more portable
  251.     macro.
  252.  
  253.     * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
  254.     can override them.  Add new source and object file names to CFILES
  255.     and OFILES respectively.
  256.  
  257.     * configure.in: Add support for SVR4 makefile fragments.
  258.  
  259. Tue Oct 22 19:00:23 1991  Steve Chamberlain  (steve at cygnus.com)
  260.  
  261.     * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
  262.     over-ridden by config/hmake-*
  263.     * configure.in: added m88kcvs to sysv list
  264.  
  265. Fri Oct  4 01:29:08 1991  John Gilmore  (gnu at cygnus.com)
  266.  
  267.     * Makefile.in:  Most hosts need strerror, but one or two don't,
  268.     and they override these definitions in the host-dependent makefile
  269.     fragment.
  270.     * config/hmake-mach:  The odd man out on strerror -- it's supplied.
  271.     * strerror.c:  New file.
  272.  
  273.     * strtol.c, strtoul.c:  Add strtol to libiberty, since Mach lacks
  274.     it and bfd uses it.
  275.     * configure.in, Makefile.in, config/hmake-mach:  Only configure
  276.     strtol & strotoul in on Mach.
  277.  
  278. Tue Sep  3 06:36:23 1991  John Gilmore  (gnu at cygint.cygnus.com)
  279.  
  280.     * obstack.c:  Merge with latest FSF version.
  281.